home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratica / IPRAT_01.iso / SQL / datapipe / datapipe.exe / {app} / stdvcl40.dll / RCDATA / TFONTPROPPAGE / TFONTPROPPAGE.txt
Text File  |  2000-01-24  |  3KB  |  155 lines

  1. object FontPropPage: TFontPropPage
  2.   Left = 198
  3.   Top = 110
  4.   Width = 396
  5.   Height = 217
  6.   Caption = 'Fonts'
  7.   ParentFont = True
  8.   OnCreate = FormCreate
  9.   OnDestroy = FormDestroy
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object FontSizeCombo: TComboBox
  13.     Left = 258
  14.     Top = 54
  15.     Width = 70
  16.     Height = 21
  17.     ItemHeight = 13
  18.     Items.Strings = (
  19.       '6'
  20.       '8'
  21.       '10'
  22.       '12'
  23.       '14'
  24.       '16'
  25.       '18'
  26.       '20'
  27.       '24'
  28.       '28'
  29.       '32'
  30.       '36'
  31.       '40'
  32.       '48')
  33.     TabOrder = 4
  34.     OnChange = FontNameChange
  35.   end
  36.   object FontStyleCombo: TComboBox
  37.     Left = 156
  38.     Top = 54
  39.     Width = 88
  40.     Height = 21
  41.     ItemHeight = 13
  42.     Items.Strings = (
  43.       'Regular'
  44.       'Italic'
  45.       'Bold'
  46.       'Bold Italic')
  47.     TabOrder = 3
  48.     Text = 'Regular'
  49.     OnChange = FontNameChange
  50.   end
  51.   object FontList: TListBox
  52.     Left = 9
  53.     Top = 75
  54.     Width = 130
  55.     Height = 103
  56.     ItemHeight = 13
  57.     TabOrder = 2
  58.     OnClick = FontListClick
  59.   end
  60.   object FontName: TEdit
  61.     Left = 9
  62.     Top = 54
  63.     Width = 130
  64.     Height = 21
  65.     ReadOnly = True
  66.     TabOrder = 1
  67.     OnChange = FontNameChange
  68.   end
  69.   object PropName: TComboBox
  70.     Left = 108
  71.     Top = 6
  72.     Width = 145
  73.     Height = 21
  74.     ItemHeight = 13
  75.     TabOrder = 0
  76.     OnChange = PropNameChange
  77.   end
  78.   object StaticText1: TStaticText
  79.     Left = 9
  80.     Top = 9
  81.     Width = 83
  82.     Height = 17
  83.     Caption = '&Property Name:'
  84.     TabOrder = 5
  85.   end
  86.   object StaticText2: TStaticText
  87.     Left = 9
  88.     Top = 33
  89.     Width = 34
  90.     Height = 17
  91.     Caption = '&Font:'
  92.     TabOrder = 6
  93.   end
  94.   object StaticText3: TStaticText
  95.     Left = 153
  96.     Top = 33
  97.     Width = 60
  98.     Height = 17
  99.     Caption = 'Font St&yle:'
  100.     TabOrder = 7
  101.   end
  102.   object StaticText4: TStaticText
  103.     Left = 258
  104.     Top = 33
  105.     Width = 33
  106.     Height = 17
  107.     Caption = '&Size:'
  108.     TabOrder = 8
  109.   end
  110.   object GroupBox1: TGroupBox
  111.     Left = 150
  112.     Top = 81
  113.     Width = 226
  114.     Height = 40
  115.     Caption = 'Effects'
  116.     TabOrder = 9
  117.     object UnderlineCB: TCheckBox
  118.       Left = 102
  119.       Top = 15
  120.       Width = 76
  121.       Height = 17
  122.       Caption = '&Underline'
  123.       TabOrder = 1
  124.       OnClick = UnderlineCBClick
  125.     end
  126.     object StrikeCB: TCheckBox
  127.       Left = 12
  128.       Top = 15
  129.       Width = 82
  130.       Height = 17
  131.       Caption = 'Stri&keout'
  132.       TabOrder = 0
  133.       OnClick = StrikeCBClick
  134.     end
  135.   end
  136.   object GroupBox2: TGroupBox
  137.     Left = 150
  138.     Top = 129
  139.     Width = 229
  140.     Height = 55
  141.     Caption = 'Sample'
  142.     TabOrder = 10
  143.     object Sample: TStaticText
  144.       Left = 3
  145.       Top = 21
  146.       Width = 223
  147.       Height = 22
  148.       Alignment = taCenter
  149.       AutoSize = False
  150.       Caption = 'AaBbYyZz'
  151.       TabOrder = 0
  152.     end
  153.   end
  154. end
  155.